RichTextKit v0.4

Buffer<T>.Item Property

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: Buffer<T>

Gets a reference to an element in the buffer

public ref T this[int index] { get; }

Parameters

int index

The element index

Property Type

ref T